Fix outdated mention of ESTIMATE total count type#1814
Conversation
Signed-off-by: Niklas <nscuro@protonmail.com>
There was a problem hiding this comment.
Pull request overview
This PR fixes outdated API documentation that incorrectly mentioned an ESTIMATE total count type that no longer exists. The documentation now correctly describes only the two supported types: EXACT for exact counts and AT_LEAST for partial counts.
Changes:
- Updated pagination documentation in OpenAPI spec to remove reference to non-existent
ESTIMATEtype and clarify the two actual types:EXACTandAT_LEAST
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Description
Fixes outdated mention of
ESTIMATEtotal count type.Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly